Wilcoxon rank sum test

Terms from Statistics for HCI: Making Sense of Quantitative Data

The Wilcoxon rank sum test is a nonparametric test used to see if two sets of data have the same distribution, for example, error scores for expert and novice users of an application. It is the nonparametric equivalent of Student's t-test. The Wilcoxon rank sum test is a form of order statistics; if the two datasets (say A and B) have the same distribution, then when all the values from the two distributions are sorted in order, the pattern of As and Bs should be random.
The Mann-Whitney test is effectively the same as the Wilcoxon rank sum test, but uses a slightly different calculation over the order statistics.
For paired data, say pre- and post-test scores, use the Wilcoxon signed rank test, which is a the nonparametric equivalent of a paired t test

Used in Chap. 13: page 150

Also used in hcistats2e: Chap. 4: pages 58, 59

Used in glossary entries: Mann-Whitney test, nonparametric statistics, order statistics, paired t test, Student's t-test, Wilcoxon signed rank test